home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / netbsd / amiga / install.txt < prev    next >
Text File  |  1998-04-11  |  68KB  |  1,905 lines

  1. INSTALLATION NOTES for NetBSD/amiga 1.3
  2.  
  3.  
  4.  
  5. Be sure to read _ALL_ of this document before you try to install
  6. NetBSD/amiga.
  7.  
  8.  
  9.  
  10. What is NetBSD?
  11. ---- -- ------
  12.  
  13. The NetBSD Operating System is a fully functional UN*X-like system
  14. derived from the Berkeley Networking Release 2 (Net/2), 4.4BSD-Lite,
  15. and 4.4BSD-Lite2 sources.  NetBSD runs on many architectures and is
  16. being ported to more.
  17.  
  18. NetBSD is a creation of the members of the Internet community.
  19. Without the unique cooperation and coordination the net makes
  20. possible, it's likely that this release wouldn't have come about.
  21.  
  22. The NetBSD 1.3 release is a landmark. Building upon the successful
  23. NetBSD 1.2 release, we have provided numerous and significant
  24. functional enhancements, including support for many new devices,
  25. integration of many bug fixes, new and updated kernel subsystems, and
  26. many userland enhancements.  The results of these improvements is a
  27. stable operating system fit for production use that rivals most
  28. commercially available systems.
  29.  
  30. It is impossible to summarize the 18 months of development that went
  31. into the NetBSD 1.3 release. Some of the significant changes include:
  32.  
  33.     Support for machine independent device drivers has been
  34.     radically improved with the addition of the "bus.h" interface,
  35.     providing a high quality abstraction for machine and
  36.     architecture independent device access.
  37.  
  38.     The bus_dma interface has also been integrated, providing a
  39.     machine-independent abstraction for DMA mapping. This permits many
  40.     good things, including (among many) clean multi-platform
  41.     bounce buffer support.
  42.  
  43.     Framework support for ISA "Plug and Play" has been added, as
  44.     well as support for numerous "Plug and Play" devices.
  45.  
  46.     APM support has been added to NetBSD/i386.
  47.  
  48.     An initial cut of multi-platform PCMCIA support has been added.
  49.  
  50.     Support for ATAPI devices (initially just ATAPI CD-ROM drives)
  51.     has been added.
  52.  
  53.     Support for Sun 3/80s (sun3x architecture) has been added.
  54.  
  55.     Support for R4000 DECstations has been added.
  56.  
  57.     Integration/merger of 4.4BSD Lite-2 sources into userland
  58.     programs has nearly been completed.
  59.  
  60.     Most of userland now compiles with high levels of gcc warnings
  61.     turned on, which has lead to the discovery and elimination of
  62.     many bugs.
  63.     
  64.     The i386 boot blocks have been completely replaced with a new,
  65.     libsa based two stage boot system. This has permitted
  66.     integration of compressed boot support (see below).
  67.  
  68.     Many ports now support booting of compressed kernels, and
  69.     feature new "Single Floppy" install systems that boot
  70.     compressed install kernels and ramdisks. We intend to do
  71.     substantial work on improving ease of installation in the
  72.     future.
  73.  
  74.     "ypserv" has been added, thus completing our support for the
  75.     "yp" network information system suite.
  76.  
  77.     Support for the Linux "ext2fs" filesystem and for FAT32 "msdosfs"
  78.     filesystems has been added.
  79.  
  80.     TCP now has a SYN "compressed state engine" which provides
  81.     increased robustness under high levels of received SYNs (as in
  82.     the case of "SYN flood" attacks.)  (Much of this code was
  83.     derived from sources provided by BSDI.)
  84.  
  85.     An initial implementation of Path MTU discovery has been
  86.     integrated (though it is not turned on by default).
  87.  
  88.     An initial kernel based random number generator pseudodevice has
  89.     been added.
  90.  
  91.     Several major fixes have been integrated for the VM subsystem,
  92.     including the fix of a notorious VM leak, improved
  93.     synchronization between mmap()ed and open()ed files, and
  94.     massively improved performance in low real memory conditions.
  95.  
  96.     A new swap subsystem has radically improved configuration and
  97.     management of swap devices and adds swapping to files.
  98.  
  99.     Userland ntp support, including xntpd, has been integrated.
  100.  
  101.     The audio subsystems have been substantially debugged and
  102.     improved, and now offer substantial emulation of the OSS audio
  103.     interface, thus providing the ability to cleanly run emulated
  104.     Linux and FreeBSD versions of sound intensive programs.
  105.  
  106.     A "packages" system has been adapted from FreeBSD and will
  107.     provide binary package installations for third party
  108.     applications.
  109.  
  110.     The XFree86 X source tree has been made a supported part of
  111.     the NetBSD distribution, and X servers (if built for this
  112.     port), libraries and utilities are now shipped with our releases.
  113.  
  114.     The ftp(1) program has been made astoundingly overfunctional.
  115.     It supports command line editing, tab completion, status bars,
  116.     automatic download of URLs specified on the command line,
  117.     firewall support and many other features.
  118.  
  119.     All ports now use "new" config. Old config has been laid to rest.
  120.  
  121.     The ARP subsystem and API has been rewritten to make it less
  122.     ethernet-centric.
  123.  
  124.     A new if_media subsystem has been added which allows network
  125.     interfaces to be configured using media type names rather than
  126.     device-specific mode bits.
  127.  
  128.     Many kernel interface manual pages have been added to manual
  129.     section 9.
  130.  
  131.     Several ports support much more hardware.
  132.  
  133.     Many updates to bring NetBSD closer to standards compliance.
  134.  
  135.     Most third party packages have been updated to the latest stable
  136.     release.
  137.  
  138. As has been noted, there have also been innumerable bug fixes.    
  139.  
  140. Kernel interfaces have continued to be refined, and more subsystems
  141. and device drivers are shared among the different ports. You can look
  142. for this trend to continue.
  143.  
  144. NetBSD 1.3 also includes some refinement to the NetBSD binary emulation
  145. system (which includes FreeBSD, HP-UX, iBCS2, Linux, OSF/1, SunOS, SVR4,
  146. Solaris and Ultrix compatibility), bringing NetBSD closer to the goal of
  147. making the emulation as accurate as possible.
  148.  
  149. In the near future, we hope to integrate a fully rewritten Virtual
  150. Memory subsystem, kernel threads, and SMP support.
  151.  
  152. This is the fourth public release of NetBSD for the Amiga and DraCo
  153. line of computers. Several additional SCSI boards are now supported,
  154. as well as Amiga audio and FPU-less 68020/68030 systems; the DraCo
  155. port supports the on-board serial and parallel interface and the
  156. battery backed clock now.
  157.  
  158.  
  159.  
  160. The Future of NetBSD:
  161. --- ------ -- ------
  162.  
  163. The NetBSD Foundation has been incorporated as a non-profit
  164. organization.  Its purpose is to encourage, foster and promote the
  165. free exchange of computer software, namely the NetBSD Operating
  166. System.  The foundation will allow for many things to be handled more
  167. smoothly than could be done with our previous informal organization.
  168. In particular, it provides the framework to deal with other parties
  169. that wish to become involved in the NetBSD Project.
  170.  
  171. The NetBSD Foundation will help improve the quality of NetBSD by:
  172.  
  173.     * providing better organization to keep track of development
  174.       efforts, including co-ordination with groups working in 
  175.       related fields.
  176.  
  177.     * providing a framework to receive donations of goods and
  178.           services and to own the resources necessary to run the
  179.           NetBSD Project.
  180.  
  181.         * providing a better position from which to undertake
  182.           promotional activities.
  183.  
  184.         * periodically organizing workshops for developers and other
  185.           interested people to discuss ongoing work.
  186.  
  187. We hope to have regular releases of the full binary and source trees,
  188. but these are difficult to coordinate, especially with all of the
  189. architectures which we now support!  
  190.  
  191. We hope to support even _more_ hardware in the future, and have a
  192. rather large number of other ideas about what can be done to improve
  193. NetBSD.  
  194.  
  195. We intend to continue our current practice of making the
  196. NetBSD-current development source available on a daily basis.
  197.  
  198. We intend to integrate free, positive changes from whatever sources
  199. will provide them, providing that they are well thought-out and
  200. increase the usability of the system.
  201.  
  202. Above all, we hope to create a stable and accessible system, and to be
  203. responsive to the needs and desires of NetBSD users, because it is for
  204. and because of them that NetBSD exists.
  205.  
  206.  
  207. Sources of NetBSD:
  208. ------- -- ------
  209.  
  210. NetBSD Mirror Site List
  211.  
  212. The following sites mirror NetBSD as of Sep 22, 1997
  213.  
  214. If you wish to become a distribution site for NetBSD, contact
  215. mirrors@netbsd.org.
  216.  
  217.  
  218.     FTP mirrors
  219.     -----------
  220.  
  221. Australia
  222.  
  223. *   ftp://ftp.au.netbsd.org/pub/NetBSD
  224.  
  225. Brazil
  226.  
  227. *   ftp://ftp.ravel.ufrj.br/pub/NetBSD
  228.  
  229. Germany
  230.  
  231. *   ftp://ftp.de.netbsd.org/pub/NetBSD
  232.  
  233. *   ftp://ftp.uni-regensburg.de/pub/comp/os/NetBSD
  234.  
  235. Japan
  236.  
  237. *   ftp://netbsd.tohoku.ac.jp/NetBSD
  238.  
  239. Netherlands
  240.  
  241. *   ftp://ftp.nl.netbsd.org/pub/comp/NetBSD
  242.  
  243. Norway
  244.  
  245. *   ftp://ftp.ntnu.no/pub/NetBSD
  246.  
  247. *   ftp://skarven.itea.ntnu.no/pub/NetBSD
  248.  
  249. Sweden
  250.  
  251. *   ftp://ftp.stacken.kth.se/pub/OS/NetBSD
  252.  
  253. *   ftp://ftp.sunet.se/pub/os/NetBSD
  254.  
  255. UK
  256.  
  257. *   ftp://ftp.DOMINO.ORG/pub/NetBSD
  258.  
  259. USA
  260.  
  261. *   ftp://ftp.netbsd.org/pub/NetBSD
  262.  
  263. *   ftp://ftp.cs.umn.edu/pub/NetBSD
  264.  
  265. *   ftp://ftp.cslab.vt.edu/pub/NetBSD
  266.  
  267. *   ftp://ftp.eecs.umich.edu/pub/NetBSD
  268.  
  269. *   ftp://ftp.iastate.edu/pub/netbsd
  270.  
  271. *   ftp://ftp.op.net/pub/NetBSD
  272.  
  273.  
  274.     SUP mirrors
  275.     -----------
  276.  
  277. Australia
  278.  
  279. * ftp.au.netbsd.org
  280.   Instructions: ftp://sup.au.netbsd.org/pub/NetBSD/sup/README.sup
  281.  
  282. Germany
  283.  
  284. * ftp.de.netbsd.org
  285.   Instructions: ftp://sup.de.netbsd.org/pub/NetBSD/sup/supfile.example
  286.  
  287. Norway
  288.  
  289. * skarven.itea.ntnu.no
  290.   Instructions: Use this line as your sup file to get /usr/README.supinfo-
  291.   skarven:current release=supinfo host=skarven.itea.ntnu.no use-rel-suffix
  292.   backup delete old base=/usr prefix=/usr hostbase=/supmirror
  293.  
  294. UK
  295.  
  296. * ftp.domino.org
  297.   Instructions: See ftp://ftp.netbsd.org/pub/NetBSD/sup/README.sup
  298.  
  299. USA
  300.  
  301. * sup.netbsd.org
  302.   Instructions: See ftp://ftp.netbsd.org/pub/NetBSD/sup/README.sup
  303.  
  304. * ftp.cs.umn.edu
  305.   Instructions: hostbase=/ftp/ftp/packages/NetBSD, collections are the same
  306.   as on sup.NetBSD.ORG
  307.  
  308.  
  309.     AFS mirrors
  310.     -----------
  311.  
  312. USA
  313.  
  314. * ftp.iastate.edu
  315.   AFS path: /afs/iastate.edu/public/ftp/pub/netbsd
  316.  
  317.  
  318.  
  319. NetBSD 1.3 Release Contents:
  320. ------ --- ------- --------
  321.  
  322. The NetBSD 1.3 release is organized in the following way:
  323.  
  324. .../NetBSD-1.3/
  325.         BUGS            Known bugs list (incomplete
  326.                     and out of date).
  327.  
  328.         CHANGES            Changes since NetBSD's last
  329.                     release (and before).
  330.  
  331.         LAST_MINUTE        Last minute changes.
  332.  
  333.         MIRRORS            A list of sites that mirror
  334.                     the NetBSD 1.3 distribution.
  335.  
  336.         README.files        README describing the
  337.                     distribution's contents.
  338.  
  339.         TODO            NetBSD's todo list (incomplete
  340.                     and out of date).
  341.  
  342.         patches/        Post-release source code
  343.                     patches.
  344.  
  345.         source/            Source distribution sets; see
  346.                     below.
  347.  
  348. In addition to the files and directories listed above, there is one
  349. directory per architecture, for each of the architectures for which
  350. NetBSD 1.3 has a binary distribution.  There are also
  351. 'README.export-control' files sprinkled liberally throughout the
  352. distribution tree, which point out that there are some portions of the
  353. distribution (i.e. the `domestic' portion) that may be subject to
  354. export regulations of the United States.   It is your responsibility
  355. to determine whether or not it is legal for you to export these portions
  356. and to act accordingly.
  357.  
  358. The source distribution sets can be found in subdirectories of the
  359. "source" subdirectory of the distribution tree.  They contain the 
  360. complete sources to the system.  The source distribution sets 
  361. are as follows:
  362.  
  363.     secrsrc.tgz:
  364.         This set contains the "domestic" sources.  These
  365.         sources may be subject to United States export
  366.         regulations.
  367.         [  412K gzipped,  1.8M uncompressed ]
  368.  
  369.     gnusrc.tgz:
  370.         This set contains the "gnu" sources, including
  371.         the source for the compiler, assembler, groff,
  372.         and the other GNU utilities in the binary distribution
  373.         sets.
  374.         [ 15.6M gzipped, 66.4M uncompressed ]
  375.  
  376.     syssrc.tgz:
  377.         This set contains the sources to the NetBSD 1.3
  378.         kernel, config(8), and dbsym(8).
  379.         [ 10.7M gzipped, 50.0M uncompressed ]
  380.  
  381.     sharesrc.tgz:
  382.         This set contains the "share" sources, which include
  383.         the sources for the man pages not associated with
  384.         any particular program, the sources for the
  385.         typesettable document set, the dictionaries, and more.
  386.         [  2.9M gzipped, 11.1M uncompressed ]
  387.  
  388.     src.tgz:
  389.         This set contains all of the NetBSD 1.3 sources which
  390.         are not mentioned above.
  391.         [ 13.9M gzipped, 60.7M uncompressed ]
  392.  
  393. It is worth noting that unless all of the source distribution sets
  394. are installed (except the domestic set), you can't rebuild and install
  395. the system from scratch, straight out of the box.  However, all that is
  396. required to rebuild the system in that case is a trivial modification 
  397. to one Makefile.
  398.  
  399. Most of the above source sets are located in the source/sets
  400. subdirectory of the distribution tree. The secrsrc.tgz set is
  401. contained in the source/security subdirectory. This set, which is
  402. available only to users in the United States and Canada, contains the
  403. sources normally found in /usr/src/domestic -- primarily kerberos and
  404. other cryptographic security related software. (Remember, because of
  405. United States law, it may not be legal to distribute this set to
  406. locations outside of the United States and Canada.)
  407.  
  408. The source sets are distributed as compressed tar files. They may be
  409. unpacked into /usr/src with the command:
  410.  
  411.     cat set_name.tgz | gunzip | (cd /; tar xpf - )
  412.  
  413. The sets/Split/ and security/Split/ subdirectories contain split
  414. versions of the source sets for those users who need to load the
  415. source sets from floppy or otherwise need a split distribution. The
  416. split sets are are named "set_name.xx" where "set_name" is the
  417. distribution set name, and "xx" is the sequence number of the file,
  418. starting with "aa" for the first file in the distribution set, then
  419. "ab" for the next, and so on.  All of these files except the last one
  420. of each set should be exactly 240,640 bytes long.  (The last file is
  421. just long enough to contain the remainder of the data for that
  422. distribution set.)
  423.  
  424. The split distributions may be reassembled and extracted with "cat" as
  425. follows:
  426.  
  427.     cat set_name.??  | gunzip | (cd /; tar xpf - )
  428.  
  429. In each of the source distribution set directories, there is a file
  430. named "CKSUMS" which contains the checksums of the files in that
  431. directory, as generated by the cksum(1) utility.  You can use cksum to
  432. check the integrity of the archives, if you suspect that one of the
  433. files is corrupt and have access to a cksum binary. Checksums based on
  434. other algorithms may also be present -- see the release(7) man page
  435. for details.
  436.  
  437. The Amiga-specific portion of the NetBSD 1.3 release is found in the
  438. "amiga" subdirectory of the distribution.  That subdirectory is laid
  439. out as follows:
  440.  
  441. .../NetBSD-1.3/amiga/
  442.     INSTALL            Installation notes; this file.
  443.  
  444.     binary/
  445.         kernel/        The GENERIC kernel.
  446.  
  447.         sets/        Amiga binary distribution sets;
  448.                 see below.
  449.  
  450.             Split/    .tgz files split for loading onto
  451.                 floppies.
  452.  
  453.         security/    Amiga security distribution;
  454.                 see below;
  455.  
  456.     installation/
  457.         miniroot/    Amiga miniroot file system
  458.                 image; see below.
  459.  
  460.         misc/        Miscellaneous Amiga
  461.                 installation utilities; see
  462.                 installation section, below.
  463.  
  464. The Amiga now uses a single miniroot filesystem for both an initial
  465. installation and for an upgrade.  A gzipped version is available, for easier
  466. downloading.  (The gzipped version have the ".gz" extension added to
  467. their names.)
  468.  
  469. Miniroot file system:
  470.  
  471.     This file contains a BSD root file system setup to help you
  472.     install the rest of NetBSD or to upgrade a previous version of
  473.     NetBSD.  This includes formatting and mounting your root and
  474.     /usr partitions and getting ready to extract (and possibly first
  475.     fetching) the distribution sets.  There is enough on this file
  476.     system to allow you to make a SLIP or PPP connection, configure
  477.     an Ethernet, mount an NFS file system or ftp.  You can also load
  478.     distribution sets from a SCSI tape or from one of your existing
  479.     AmigaDOS partitions.
  480.  
  481.     This file is named "miniroot.fs".
  482.  
  483. The NetBSD/Amiga binary distribution sets contain the binaries which
  484. comprise the NetBSD 1.3 release for the Amiga.  There are seven standard
  485. binary distribution sets, 5 X11 distribution sets, and the "security"
  486. distribution set.  The standard and X11 binary distribution sets can be
  487. found in the "amiga/binary/sets" subdirectory of the NetBSD 1.3
  488. distribution tree, and are as follows:
  489.  
  490.     base    The NetBSD/Amiga 1.3 base binary distribution.  You
  491.         MUST install this distribution set.  It contains the
  492.         base NetBSD utilities that are necessary for the
  493.         system to run and be minimally functional.  It
  494.         includes shared library support, and excludes
  495.         everything described below.
  496.         [ 8.7M gzipped, 25.2M uncompressed ]
  497.  
  498.     comp    The NetBSD/Amiga Compiler tools.  All of the tools
  499.         relating to C, C++, and FORTRAN (yes, there are two!).
  500.         This set includes the system include files
  501.         (/usr/include), the linker, the compiler tool chain,
  502.         and the various system libraries (except the shared
  503.         libraries, which are included as part of the base
  504.         set).  This set also includes the manual pages for all
  505.         of the utilities it contains, as well as the system
  506.         call and library manual pages.
  507.         [ 6.5M gzipped, 22.9M uncompressed ]
  508.  
  509.     etc    This distribution set contains the system
  510.         configuration files that reside in /etc and in several
  511.         other places.  This set MUST be installed if you are
  512.         installing the system from scratch, but should NOT be
  513.         used if you are upgrading.  (If you are upgrading,
  514.         it's recommended that you get a copy of this set and
  515.         CAREFULLY upgrade your configuration files by hand.)
  516.         [ 52K gzipped, 320K uncompressed ]
  517.  
  518.     games    This set includes the games and their manual pages.
  519.         [ 2.8M gzipped, 7.2M uncompressed ]
  520.  
  521.     man    This set includes all of the manual pages for the
  522.         binaries and other software contained in the base set.
  523.         Note that it does not include any of the manual pages
  524.         that are included in the other sets.
  525.         [ 2.4M gzipped, 10.0M uncompressed ]
  526.  
  527.     misc    This set includes the system dictionaries (which are
  528.         rather large), the typesettable document set, and
  529.         man pages for other architectures which happen to be
  530.         installed from the source tree by default.
  531.         [ 2.1M gzipped, 8.1M uncompressed ]
  532.  
  533.     text    This set includes NetBSD's text processing tools,
  534.         including groff, all related programs, and their
  535.         manual pages.
  536.         [ 960K gzipped, 3.7M uncompressed ]
  537.  
  538.     xbase    The basic files needed for a complete X
  539.         client environment. This does not include
  540.         the X servers.
  541.         [ 2.4M gzipped, 7.4M uncompressed ]
  542.  
  543.     xcomp    The extra libraries and include files needed
  544.         to compile X source code.
  545.         [ 1.6M gzipped, 6.7M uncompressed ]
  546.  
  547.     xcontrib    Programs that were contributed to X.
  548.         [ 178k gzipped, 670k uncompressed ]
  549.  
  550.     xfont    Fonts needed by X.
  551.         [ 5.7M gzipped, 7M uncompressed ]
  552.  
  553.     xserver    Amiga X servers.
  554.         [ 1.5M gzipped, 3.7M unzipped ]
  555.  
  556. The Amiga security distribution set is named "secr" and can be found in
  557. the "amiga/binary/security" subdirectory of the NetBSD 1.3
  558. distribution tree.  It contains security related binaries which depend
  559. on cryptographic source code. You do not need this distribution set to
  560. use encrypted passwords in your password file; the "base" distribution
  561. includes a crypt library which can perform only the decryption
  562. function.  The security distribution includes a version of the
  563. Kerberos IV network security system, and a Kerberized version of the
  564. "telnet" program.  The "secr" distribution set can be found only on
  565. those sites which carry the complete NetBSD distribution and which can
  566. legally obtain it.  (Remember, because of United States law, it may
  567. not be legal to distribute this set to locations outside of the United
  568. States and Canada.)
  569.     [ 798K gzipped, 2.4M uncompressed ]
  570.  
  571. The Amiga binary distribution sets are distributed as gzipped tar files
  572. named with the extension ".tgz", e.g. "base.tgz". They are also
  573. available in split form -- catted together, the members of a split set
  574. form a gzipped tar file.  Each Amiga binary distribution set also has
  575. its own checksum files, just as the source distribution sets do.
  576.  
  577. The instructions given for extracting the source sets work equally
  578. well for the binary sets, but it is worth noting that if you use that
  579. method, the files are extracted "below" the current directory.  That
  580. is, if you want to extract the binaries "into" your system, i.e.
  581. replace the system binaries with them, you have to run the "tar xfp"
  582. from /.  Also note that if you upgrade or install this way, those
  583. programs that you are using at the time will NOT be replaced unless
  584. you run "tar" with the "--unlink" option.  If you follow the normal
  585. installation or upgrade procedures, this will be taken care of for
  586. you.
  587.  
  588.  
  589.  
  590. NetBSD System Requirements and Supported Devices:
  591. ------ ------ ------------ --- --------- -------
  592.  
  593. NetBSD/amiga 1.3 runs on any Amiga that has a 68020 or better CPU with
  594. some form of MMU, and on 68060 DraCos.
  595.  
  596. For 68020 and 68030 systems, a FPU is recommended but not required. 
  597. 68LC040, 68040V and 68LC060 systems don't work correctly at the moment.
  598.  
  599. The minimal configuration requires 4M of RAM and about 75M of disk
  600. space.  To install the entire system requires much more disk space,
  601. and to run X or compile the system, more RAM is recommended.  (4M of
  602. RAM will actually allow you to compile, however it won't be speedy. X
  603. really isn't usable on a 4M system.)
  604.  
  605. Here is a table of recommended HD partition sizes for a full install:
  606.     partition:    advise,    with X,    needed,    with X
  607.     root (/)    20M    20M    15M    15M
  608.     user (/usr)    95M    125M    75M     105M
  609.     swap        ----- 2M for every M ram -----
  610.     local (/usr/local)    up to you
  611.  
  612.  
  613. As you may note the recommended size of /usr is 20M greater than
  614. needed. This is to leave room for a kernel source and compile tree as
  615. you will probably want to compile your own kernel. (GENERIC is large
  616. and bulky to accommodate all people).
  617.  
  618. If you only have 4M of fast memory, you should make your swap partition
  619. larger, as your system will be doing much more swapping.
  620.  
  621. Supported devices include:
  622.     A4000/A1200 IDE controller.
  623.     SCSI host adapters:
  624.         33c93 based boards: A2091, A3000 builtin and GVP series II.
  625.         53c80 based boards: 12 Gauge, IVS, Wordsync/Bytesync and 
  626.             Emplant.*)
  627.         53c710 based boards: A4091, Magnum, Warp Engine, Zeus 
  628.             and DraCo builtin.
  629.         FAS216 based SCSI boards: FastLane Z3, Blizzard I and II,
  630.             Blizzard IV, Blizzard 2060, CyberSCSI Mk I and II.
  631.     Video controllers:
  632.         ECS, AGA and A2024 built in on various Amigas.
  633.         Retina Z2, Retina Z3 and Altais.
  634.         Cirrus CL GD 54xx based boards:
  635.             GVP Spectrum,
  636.             Picasso II, II+ and IV,
  637.             Piccolo and Piccolo SD64.
  638.         Tseng ET4000 based boards:
  639.             Domino and Domino16M proto,
  640.             oMniBus,
  641.             Merlin.
  642.         A2410.
  643.         Cybervision 64.
  644.         Cybervision 64/3D.**) 
  645.  
  646.     Audio I/O:
  647.         Amiga builtin (currently 8bit-mode only)
  648.         Melody Mpeg-audio layer 2 board
  649.         
  650.     Ethernet controllers:
  651.         A2065 Ethernet
  652.         Hydra Ethernet
  653.         ASDG Ethernet
  654.         A4066 Ethernet
  655.         Ariadne Ethernet
  656.         Quicknet Ethernet
  657.     ARCnet controllers:
  658.         A2060 ARCnet
  659.     Tape drives:
  660.         Most SCSI tape drives, including
  661.             Archive Viper, Cipher SCSI-2 ST150.
  662.     Scanners:
  663.         SCSI-2 scanners behaving as SCSI-2 scanner devices,
  664.         HP Scanjet II, Mustek SCSI scanner.***)
  665.     CD-ROM drives:
  666.         Most SCSI CD-ROM drives
  667.     Serial cards:
  668.         HyperCom Z3 and HyperCom 4
  669.         MultiFaceCard II and III
  670.         A2232
  671.     Amiga floppy drives with Amiga (880/1760kB) and 
  672.         IBM (720/1440kB) encoding. ****)
  673.     Amiga parallel port.
  674.     Amiga serial port.
  675.     Amiga mouse.
  676.     DraCo serial port, including serial mouse.
  677.     DraCo parallel printer port.
  678.     Real-time clocks:
  679.         A2000, A3000, A4000 builtin (r/w),
  680.         DraCo builtin (r/o).
  681.  
  682. If its not on the above lists, there is no support for it in this
  683. release. Especially (but this is an incomplete list), there is no
  684. driver for:
  685.  
  686.     Blizzard III SCSI option, Cyberstorm Mk III SCSI option,
  687.     Ferret SCSI, Oktagon SCSI.
  688.  
  689. Known problems with some hardware:
  690.  
  691.     *) the Emplant SCSI adapter has been reported by a party to
  692.     hang after doing part of the installation without problems.
  693.  
  694.     **) CV64/3d is not used, if in a Zorro II machine. Experimental
  695.     support for this mode is in the kernel sources, and you can try
  696.     it by using ``option "CV3DONZORRO2"'' in your kernel configuration
  697.     file when compiling your own custom kernel.
  698.  
  699.     ***) SCSI scanner support is machine independent, so it should
  700.     work, but hasn't been tested yet on most Amiga configurations.
  701.     There are reports that the Mustek and HP Scanjet hang if
  702.     accessed from the A3000. This might apply to other
  703.     33C93-Adapters, too.
  704.  
  705.     ****) Our floppy driver doesn't notice when mounted floppies are 
  706.     write-protected at the moment. Your floppy will stay
  707.     unchanged, but you might not notice that you didn't write
  708.     anything due to the buffer cache. Also note that HD floppy
  709.     drives only get detected as such if a HD floppy is inserted at
  710.     boot time.
  711.  
  712.  
  713.  
  714. Getting the NetBSD System on to Useful Media:
  715. ------- --- ------ ------ -- -- ------ -----
  716.  
  717. Installation is supported from several media types, including:
  718.     AmigaDOS HD partitions
  719.     Tape
  720.     NFS partitions
  721.     FTP
  722.     NetBSD partitions, if doing an upgrade.
  723.  
  724. The miniroot file system needs to be transferred to the NetBSD swap
  725. partition.  This can be done from AmigaDOS in the case of a new
  726. install or upgrade, or from NetBSD when doing an upgrade.  See the
  727. "Preparing your System for NetBSD Installation" section for details.
  728.  
  729. The steps necessary to prepare the distribution sets
  730. for installation depend on which method of installation
  731. you choose.  The various methods are explained below.
  732.  
  733. To prepare for installing via an AmigaDOS partition:
  734.  
  735.     To install NetBSD from an AmigaDOS partition, you need to
  736.     get the NetBSD distribution sets you wish to install
  737.     on your system on to an AmigaDOS partition.  All of the
  738.     set_name.xx pieces can be placed in a single directory
  739.     instead of separate ones for each distribution set.  This
  740.     will also simplify the installation work later on.
  741.  
  742.     Note where you place the files you will need this later.
  743.  
  744.     Once you have done this, you can proceed to the next
  745.     step in the installation process, preparing your hard disk.
  746.  
  747. To prepare for installing via a tape:
  748.  
  749.     To install NetBSD from a tape, you need to somehow
  750.     get the NetBSD file sets you wish to install on
  751.     your system on to the appropriate kind of tape.
  752.  
  753.     If you're making the tape on a UN*X system, the easiest
  754.     way to do so is:
  755.  
  756.         dd if=<first file> of=<tape device>
  757.         dd if=<2nd file> of=<tape device>
  758.         ...
  759.  
  760.     where "<tape_device>" is the name of the non-rewinding tape
  761.     device that describes the tape drive you're using (possibly
  762.     something like /dev/nrst0, but we make no guarantees 8-).
  763.     If you can't figure it out, ask your system administrator.
  764.     "<files>" are the names of the "set_name.tgz" files
  765.     which you want to be placed on the tape.
  766.  
  767.     If you have a slow cpu (e.g. 68030 @ 25 MHz) on the target
  768.     machine, but big tapes, you might want to store the
  769.     uncompressed installation sets instead.  This will help tape
  770.     streaming when doing the actual installation. E.g, do:
  771.  
  772.         gzip -d -c <first file> | dd of=<tape device>
  773.         gzip -d -c <2nd file> | dd of=<tape device>
  774.         ...
  775.  
  776.     Once you have done this, you can proceed to the next
  777.     step in the installation process, preparing your hard disk.
  778.  
  779. To prepare for installing via an NFS partition:
  780.  
  781.     NOTE: this method of installation is recommended
  782.           only for those already familiar with using
  783.           the BSD network-manipulation commands and
  784.           interfaces.  If you aren't, this documentation
  785.           should help, but is not intended to be
  786.           all-encompassing.
  787.  
  788.     Place the NetBSD software you wish to install into
  789.     a directory on an NFS server, and make that directory
  790.     mountable by the machine which you will be installing
  791.     NetBSD on.  This will probably require modifying the
  792.     /etc/exports file of the NFS server and resetting
  793.     mountd, acts which will require superuser privileges.
  794.     Note the numeric IP address of the NFS server and of
  795.     the router closest to the the new NetBSD machine,
  796.     if the NFS server is not on a network which is
  797.     directly attached to the NetBSD machine.
  798.  
  799.     Once you have done this, you can proceed to the next
  800.     step in the installation process, preparing your hard disk.
  801.  
  802. To prepare for installing via FTP:
  803.  
  804.     NOTE: this method of installation is recommended
  805.           only for those already familiar with using
  806.           the BSD network-manipulation commands and
  807.           interfaces.  If you aren't, this documentation
  808.           should help, but is not intended to be
  809.           all-encompassing.
  810.  
  811.     The preparations for this method of installation
  812.     are easy: all you have to do is make sure that
  813.     there's some FTP site from which you can retrieve
  814.     the NetBSD installation when it's time to do
  815.     the install.  You should know the numeric IP
  816.     address of that site, the numeric IP address of
  817.     your nearest router if one is necessary
  818.  
  819.     Once you have done this, you can proceed to the next
  820.     step in the installation process, preparing your hard disk.
  821.  
  822. If you are upgrading NetBSD, you also have the option of installing
  823. NetBSD by putting the new distribution sets somewhere in your existing
  824. file system, and using them from there.  To do that, you must do the
  825. following:
  826.  
  827.     Place the distribution sets you wish to upgrade somewhere in
  828.     your current file system tree.  At a bare minimum, you must
  829.     upgrade the "base" binary distribution, and so must put the
  830.     "base" set somewhere in your file system.  If you wish,
  831.     you can do the other sets, as well, but you should NOT upgrade
  832.     the "etc" distribution; the "etc" distribution contains system
  833.     configuration files that you should review and update by hand.
  834.  
  835.     Once you have done this, you can proceed to the next step in
  836.     the upgrade process, actually upgrading your system.
  837.  
  838.  
  839.  
  840. Preparing your System for NetBSD Installation:
  841. --------- ---- ------ --- ------ ------------
  842.  
  843. You will need an AmigaDOS hard drive prep tool to prepare your hard
  844. drives for use with NetBSD/Amiga.  HDToolBox is provided with the
  845. system software and on floppy installation disks since Release 2.0
  846. of AmigaDOS, so we will provide instructions for its use.
  847.  
  848. Preparing you hard disk with HDToolBox:
  849.  
  850.     A full explanation of HDToolBox can be found with your
  851.     AmigaDOS manuals and is beyond the scope of this document.
  852.  
  853.     The first time you partition a drive, you need to set its drive
  854.     type so that you have working geometry parameters. To do this
  855.     you enter the "Change drive type" menu, and either use "read
  856.     parameters from drive" or set them manually.
  857.  
  858.     Note you will be modifying your HD's. If you mess something 
  859.     up here you could lose everything on all the drives that 
  860.     you configure.  It is therefore advised that you:
  861.  
  862.         Write down your current configurations.  Do this
  863.         by examining each partition on the drive and the
  864.         drives parameters (from Change drive type.)
  865.  
  866.         Back up the partitions you are keeping.
  867.  
  868.     What you need to do is partition your drives; creating at least
  869.     root, swap and /usr partitions and possibly at least one more for
  870.     /usr/local if you have the space.
  871.  
  872.     This should be done as the HDToolBox manual describes.  One thing
  873.     to note is that if you are not using a Commodore controller you
  874.     will need to specify the device your SCSI controller uses, e.g.
  875.     if you have a Warp Engine you would:
  876.  
  877.         from cli,
  878.             hdtoolbox warpdrive.device
  879.  
  880.         from wb set the tooltype,
  881.             SCSI_DEVICE_NAME=warpdrive.device
  882.  
  883.     The important things you need to do above and beyond normal
  884.     partitioning includes (from Partition Drive section):
  885.  
  886.         Marking all NetBSD partitions as non-bootable, with
  887.         two exceptions: the root partition, if you want to boot
  888.         NetBSD directly, or the swap partition, if you want
  889.         to boot the installation miniroot directly.
  890.  
  891.         Changing the file system parameters of the partitions
  892.         to NetBSD ones.  This must be done from the
  893.         partitioning section and `Advanced options' must
  894.         be enabled.  To Make the needed changes:
  895.  
  896.         - Click the `Adv. Options' button
  897.         - Click the `Change file system' button
  898.         - Choose `Custom File System'
  899.         - Turn off `Automount' if on.
  900.         - Set the dostype to one of these three choices:
  901.  
  902.             root partition  : 0x4e425207
  903.             swap partition  : 0x4e425301
  904.             other partitions: 0x4e425507
  905.  
  906.         Here `other' refers to other partitions you will
  907.         format for reading and writing under NetBSD (e.g.
  908.         /usr)
  909.  
  910.         Make sure you hit the return key to enter this value
  911.         as some versions of HDToolBox will forget your entry
  912.         if you don't.
  913.  
  914.         - Turn custom boot code off
  915.         - Set Reserved Blocks start and end to 0.
  916.         - Click Ok.
  917.  
  918.         On the root (and, for installation, swap) partition,
  919.         set instead this:
  920.  
  921.         - Turn custom boot code on
  922.         - Set Reserved Blocks start and end to 0.
  923.         - Set Number of Custom Boot Blocks to 16
  924.         - Set Automount This Partition on
  925.         - Click Ok.
  926.  
  927.         Mask and maxtransfer are not used with NetBSD.
  928.  
  929.     
  930.     Once this is done NetBSD/Amiga will be able to recognize your
  931.     disks and which partitions it should use.
  932.  
  933. Transferring the miniroot file system:
  934.  
  935.     The NetBSD/Amiga installation or upgrade now uses a "miniroot"
  936.     file system which is installed on the partition used by NetBSD
  937.     for swapping.  This removes the requirement of using a floppy
  938.     disk for the file system used by the installation or upgrade
  939.     process.  It also allows more utilities to be present on the
  940.     file system than would be available when using an 880K floppy
  941.     disk.
  942.  
  943.     Once the hard disk has been prepared for NetBSD, the miniroot
  944.     file system (miniroot.fs) is transferred to the swap
  945.     partition configured during the hard disk prep (or the existing
  946.     swap partition in the case of an upgrade).  The xstreamtodev
  947.     utility provided in the "amiga/installation/misc" directory can
  948.     be used on AmigaDOS to transfer the file system for either a new
  949.     installation or an upgrade.  The file system can also be
  950.     transferred on an existing NetBSD system for an update by
  951.     using dd.  This should only be done after booting NetBSD
  952.     into single-user state.  It may also be possible to shutdown
  953.     to single-user, providing that the single-user state processes
  954.     are not using the swap partition.
  955.  
  956.     On AmigaDOS, the command:
  957.         xstreamtodev --input=miniroot.fs --rdb-name=<swap partition>
  958.     where <swap partition> is the name you gave to the NetBSD
  959.     partition to be used for swapping.  If xstreamtodev is unable
  960.     to determine the SCSI driver device name or the unit number
  961.     of the specified partition, you may also need to include the
  962.     option "--device=<driver.name>" and/or "--unit=<SCSI unit number>".
  963.  
  964.     To transfer the miniroot using NetBSD, you should be booted up
  965.     in single user state on the current NetBSD system, or use the
  966.     "shutdown now" command to shutdown to single-user state.  Then
  967.     copy the miniroot using dd:
  968.         dd if=miniroot.fs of=/dev/rsd0b
  969.     where /dev/rsd0b should be the device path of the swap partition
  970.     your system is configured to use.  Once the file is copied,
  971.     reboot back to AmigaDOS to boot the upgrade kernel.
  972.  
  973.  
  974.  
  975. Installing the NetBSD System:
  976. ---------- --- ------ ------
  977.  
  978. Installing NetBSD is a relatively complex process, but, if you have
  979. this document in hand and are careful to read and remember the
  980. information which is presented to you by the install program, it
  981. shouldn't be too much trouble.
  982.  
  983. Before you begin, you must have already prepared your hard disk as
  984. detailed in the section on preparing your system for install.
  985.  
  986. The following is a walk-through of the steps necessary to get NetBSD
  987. installed on your hard disk.  If you wish to stop the installation,
  988. you may hit Control-C at any prompt, but if you do, you'll have to
  989. begin again from scratch.
  990.  
  991.     Transfer the miniroot file system onto the hard disk partition
  992.     used by NetBSD for swapping, as described in the "Preparing
  993.     your System for NetBSD Installation" section above.
  994.  
  995.     * Booting from AmigaOS, using loadbsd:
  996.  
  997.     You then need to have "ixemul.library" in your LIBS: directory
  998.     on AmigaDOS.  You also need to have the "loadbsd" program
  999.     in your command path.  If AmigaDOS complains about loadbsd
  1000.     not being an executable file, be sure that the "Execute"
  1001.     protection bit is set.  If not, set it with the command:
  1002.         Protect loadbsd add e
  1003.  
  1004.     Next you need to get yourself into NetBSD by loading the
  1005.     kernel from AmigaDOS with loadbsd like so:
  1006.  
  1007.         loadbsd -b netbsd
  1008.  
  1009.     If you have an AGA machine, and your monitor will handle
  1010.     the dblNTSC mode, you may also include the "-A" option to
  1011.     enable the dblNTSC display mode.
  1012.  
  1013.     If your machine has a fragmented physical memory space, as, 
  1014.     e.g., DraCo machines, you should add the "-n2" option to 
  1015.     enable the use of all memory segments.
  1016.  
  1017.     * Directly booting NetBSD, with boot blocks installed:
  1018.  
  1019.     [This description is for V40 (OS 3.1) ROMs. For older ROMs,
  1020.     there might be small differences. Check your AmigaOS documentation
  1021.     to learn about the exact procedure.]
  1022.  
  1023. [XXX should note someplace that using bootblocks may not work on some
  1024.  systems, and may require a mountable filesystem on others?]
  1025.  
  1026.     Reboot your machine, holding down both mouse buttons if you 
  1027.     have a 2-button mouse, the outer mouse buttons if you have
  1028.     a 3-button mouse. On the DraCo, press the left mouse button
  1029.     instead, when the boot screen prompts you for it.
  1030.  
  1031.     From the boot menu, select "Boot Options".
  1032.     Select the swap partition with the miniroot, and then "ok".
  1033.     Select "Boot" now. The machine will boot the bootblock, which
  1034.     will prompt your for a command line. You have a few seconds time
  1035.     to change the default. Entering an empty line will accept the
  1036.     default.
  1037.  
  1038.     The bootblock uses command lines of the form:
  1039.  
  1040.     file options
  1041.  
  1042.     where file is the kernel file name on the partition where the
  1043.     boot block is on, and options are the same as with loadbsd.
  1044.     E.g., instead of "loadbsd -bsSn2 netbsd" use "netbsd -bsSn2".
  1045.  
  1046.     * Once your kernel boots:
  1047.  
  1048.     You should see the screen clear and some information about
  1049.     your system as the kernel configures the hardware.  Note which
  1050.     hard disk device(s) are configured (sd0, sd1, etc).  Then
  1051.     you will be prompted for a root device.  At this time type
  1052.     'sd0b', where '0' is the device which contains the swap
  1053.     partition you created during the hard disk preparation.
  1054.  
  1055.     If the system should hang after entering the root device, try
  1056.     again with
  1057.  
  1058.         loadbsd -I ff -b netbsd
  1059.  
  1060.     This disables synchronous transfer on all SCSI devices.
  1061.  
  1062.     The system should continue to boot.  For now ignore WARNING:
  1063.     messages about bad dates in clocks, and a warning about /etc/rc
  1064.     not existing.  Eventually you will be be asked to enter the
  1065.     pathname of the shell, just hit return.  After a short while,
  1066.     you will be asked to select the type of your keyboard.  After
  1067.     you have entered a valid response here, the system asks you if
  1068.     you want to install or upgrade your system.  Since you are
  1069.     reading the 'install' section, 'i' would be the proper
  1070.     response here...
  1071.  
  1072.     The installer starts with a nice welcome messages.  Read this
  1073.     message carefully, it also informs you of the risks involved
  1074.     in continuing!  If you still want to go on, type 'y'.  The
  1075.     installer now continues by trying to figure out your disk
  1076.     configuration.     When it is done, you will be prompted to
  1077.     select a root device from the list of disks it has found.
  1078.  
  1079.     You should know at this point that the disks are NOT numbered
  1080.     according to their scsi-id! The NetBSD kernel numbers the scsi
  1081.     drives (and other devices on the scsi bus) sequentially as it
  1082.     finds them. The drive with the lowest scsi id will be called sd0,
  1083.     the next one sd1, etc.  Also, any Amiga internal IDE disk drives
  1084.     will be configured as "SCSI" drives, and will be configured
  1085.     before any 'real' SCSI drives (if any are present).
  1086.  
  1087.     YOU ARE NOW AT THE POINT OF NO RETURN.  If you confirm that
  1088.     you want to install NetBSD, your hard drive will be modified,
  1089.     and perhaps its contents scrambled at the whim of the install
  1090.     program.  Type Control-C NOW if you don't want this.
  1091.  
  1092.     At this time, you will need to tell the installer which partition
  1093.     will be associated with the different filesystems.
  1094.  
  1095.     The install program will now make the the file systems you
  1096.     specified.  There should be only one error per file system in
  1097.     this section of the installation.  It will look like this:
  1098.  
  1099.         newfs: ioctl (WDINFO): Invalid argument
  1100.         newfs: /dev/rsd0a: can't rewrite disk label
  1101.  
  1102.     If there are any others, restart from the the beginning of
  1103.     the installation process.  This error is ok as the Amiga
  1104.     does not write disklabels currently.  You should expect
  1105.     this error whenever using newfs.
  1106.  
  1107.     The install will now ask you want to configure any network
  1108.     information.  It ill ask for the machine's host name, domain
  1109.     name, and other network configuration information.
  1110.  
  1111.     Since the network configuration might have lead to additional (nfs)
  1112.     filesystem entries, you get another chance to modify your fstab.
  1113.  
  1114.     You are finally at the point where some real data will be put on
  1115.     your freshly made filesystems. Select the device type you wish
  1116.     to install from and off you go....
  1117.     Some notes:
  1118.         - If you want to install from tape, please read the section
  1119.           about how to create such a tape.
  1120.         - Some tapes (e.g. Archive Viper 150) refuse to operate with
  1121.           the default tape density ("nrst0"). Try "nrst0h",
  1122.           "nrst0m", or "nrst0l" instead.
  1123.         - Install at least the base and etc sets.
  1124.         - If you have to specify a path relative to the mount-point and
  1125.           you need the mount-point itself, enter '.'.
  1126.  
  1127.     Next you will be asked to specify the timezone.  Just select the
  1128.     timezone you are in. The installer will make the correct setup
  1129.     on your root filesystem. After the timezone-link is installed,
  1130.     the installer will proceed by creating the device nodes on your
  1131.     root filesystem.
  1132.  
  1133.     Be patient, this will take a while...
  1134.  
  1135.     Finally, the installer ask you if you want to install the bootblock
  1136.     code on your root disk. This is a matter of personal choice and can
  1137.     also be done from a running NetBSD system. See the 'installboot(8)'
  1138.     manual page about how to do this.
  1139.  
  1140.  
  1141. Once the installer is done, halt the system with the "halt" command
  1142. (wait for "halted" to be displayed) and reboot.  Then again boot
  1143. NetBSD this time with the command:
  1144.  
  1145.     loadbsd netbsd
  1146.  
  1147. or select the root partition from the boot menu, and tell it to boot
  1148.  
  1149.     netbsd -s
  1150.  
  1151. You need to do your final tweaks now.  First mount your file systems
  1152. like so:
  1153.  
  1154.     mount -av
  1155.  
  1156. Your system is now complete but not completely configured; you
  1157. should adjust the /etc/sendmail.cf file as necessary to suit your
  1158. site.  You should also examine and adjust the settings in /etc/rc.conf.
  1159. You can use vi or ed to edit the files. If you installed the man pages
  1160. you can type `man vi' or `man ed' for instructions on how to use these
  1161. somewhat non-intuitive editors.  
  1162.  
  1163. Once you are done with the rest of configuration unmount your file
  1164. systems and halt your system, then reboot:
  1165.  
  1166.     cd /
  1167.     umount -av
  1168.     halt
  1169.     <reboot>
  1170.  
  1171. Finally you can now boot your system and it will be completely
  1172. functional:
  1173.  
  1174.     loadbsd -a netbsd
  1175.  
  1176. When it boots off of the hard drive, you will have a complete
  1177. NetBSD system!  CONGRATULATIONS! (You really deserve them!!!)
  1178.  
  1179.  
  1180.  
  1181. Upgrading a previously-installed NetBSD System:
  1182. --------- - ---------- --------- ------ ------
  1183.  
  1184. The upgrade to NetBSD 1.3 is a binary upgrade; it would be prohibitive
  1185. to make users upgrade by compiling and installing the 1.3 sources, and
  1186. it would be very difficult to even compile a set of instructions that
  1187. allowed them to do so.  Because of the various changes to the system,
  1188. it is impractical to upgrade by recompiling from the sources and
  1189. installing.
  1190.  
  1191. To do the upgrade, you must have the NetBSD kernel on AmigaDOS and
  1192. you must transfer the miniroot file system miniroot.fs onto the swap
  1193. partition of the NetBSD hard disk.  You must also have at least the
  1194. "base" binary distribution set available, so that you can upgrade
  1195. with it, using one of the upgrade methods described above.  Finally,
  1196. you must have sufficient disk space available to install the new
  1197. binaries.  Since the old binaries are being overwritten in place,
  1198. you only need space for the new binaries, which weren't previously
  1199. on the system.  If you have a few megabytes free on each of your
  1200. root and /usr partitions, you should have enough space.
  1201.  
  1202. Since upgrading involves replacing the kernel, and most of the system
  1203. binaries, it has the potential to cause data loss.  You are strongly
  1204. advised to BACK UP ANY IMPORTANT DATA ON YOUR DISK, whether on the
  1205. NetBSD partition or on another operating system's partition, before
  1206. beginning the upgrade process.
  1207.  
  1208. To upgrade your system, follow the following instructions:
  1209.  
  1210.     Transfer the miniroot file system onto the hard disk partition
  1211.     used by NetBSD for swapping, as described in the "Preparing
  1212.     your System for NetBSD Installation" section above.
  1213.  
  1214.     Now boot up NetBSD using the 1.3 kernel using the loadbsd
  1215.     command:
  1216.  
  1217.         loadbsd -b netbsd
  1218.  
  1219.     If you machine has a split memory space, like, e.g., DraCo
  1220.     machines, use this instead:
  1221.  
  1222.         loadbsd -bn2 netbsd
  1223.  
  1224.     * Directly booting NetBSD, with boot blocks installed:
  1225.  
  1226.     [This description is for V40 (OS 3.1) ROMs. For older ROMs,
  1227.     there might be small differences. Check your AmigaOS documentation
  1228.     to learn about the exact procedure.]
  1229.  
  1230. [XXX another note about bootblock support?]
  1231.  
  1232.     Reboot your machine, holding down both mouse buttons if you
  1233.     have a 2-button mouse, the outer mouse buttons if you have
  1234.     a 3-button mouse. On the DraCo, press the left mouse button
  1235.     instead, when the boot screen prompts you for it.
  1236.  
  1237.     From the boot menu, select "Boot Options".
  1238.     Select the swap partition with the miniroot, and then "ok".
  1239.     Select "Boot" now. The machine will boot the bootblock, which
  1240.     will prompt your for a command line. You have a few seconds time
  1241.     to change the default. Entering an empty line will accept the
  1242.     default.
  1243.  
  1244.     The bootblock uses command lines of the form:
  1245.  
  1246.     file options
  1247.  
  1248.     where file is the kernel file name on the partition where the
  1249.     boot block is on, and options are the same as with loadbsd.
  1250.     E.g., instead of "loadbsd -bsSn2 netbsd" use "netbsd -bsSn2".
  1251.  
  1252.     * Once your kernel boots:
  1253.  
  1254.     You should see the screen clear and some information about
  1255.     your system as the kernel configures the hardware.  Note which
  1256.     hard disk device is configured that contains your root and
  1257.     swap partition.  When prompted for the root device, type
  1258.     'sd0b' (replacing 0 with the disk number that NetBSD used for
  1259.     your root/swap device). When you reach the prompt asking you
  1260.     for a shell name, just hit return.
  1261.  
  1262.     You will be presented with some information about the upgrade
  1263.     process and a warning message, and will be asked if you wish
  1264.     to proceed with the upgrade process.  If you answer
  1265.     negatively, the upgrade process will stop, and your disk will
  1266.     not be modified.  If you answer affirmatively, the upgrade
  1267.     process will begin, and your disk will be modified.  You may
  1268.     hit Control-C to stop the upgrade process at any time.
  1269.     However, if you hit it at an inopportune moment, your system
  1270.     may be left in an inconsistent (and possibly unusable) state.
  1271.  
  1272.     You will now be greeted and reminded of the fact that this is a
  1273.     potential dangerous procedure and that you should not upgrade the
  1274.     etc-set.
  1275.  
  1276.     When you decide to proceed, you will be prompted to enter
  1277.     your root disk. After you've done this, it will be checked
  1278.     automatically to make sure that the filesystem is in a sane
  1279.     state before making any modifications. After this is done,
  1280.     you will be asked if you want to configure your network.
  1281.  
  1282.     You are now allowed to edit your fstab. Normally you don't have
  1283.     to. Note that the upgrade-kit uses it's own copy of the fstab.
  1284.     Whatever you do here *won't* affect your actual fstab.
  1285.     After you are satisfied with your fstab, the upgrade-kit will check
  1286.     all filesystems mentioned in it. When they're ok, they will be
  1287.     mounted.
  1288.  
  1289.     You will now be asked if your sets are stored on a normally
  1290.     mounted filesystem. You should answer 'y' to this question if
  1291.     you have the sets stored on a filesystem that was present in
  1292.     the fstab. The actions you should take for the set extraction
  1293.     are pretty logical (I think).
  1294.  
  1295.     After you have extracted the sets, the upgrade kit will proceed
  1296.     with setting the timezone and installing the kernel and bootcode.
  1297.     This is all exactly the same as described in the installation
  1298.     section.
  1299.  
  1300. Your system has now been upgraded to NetBSD 1.3.
  1301.  
  1302.     After a new kernel has been copied to your hard disk, your
  1303.     machine is a complete NetBSD 1.3 system.  However, that
  1304.     doesn't mean that you're finished with the upgrade process.
  1305.     There are several things that you should do, or might have to
  1306.     do, to insure that the system works properly.
  1307.  
  1308.     You will probably want to get the etc distribution,
  1309.     extract it, and compare its contents with those in your /etc
  1310.     directory.  You will probably want to replace some of your
  1311.     system configuration files, or incorporate some of the changes
  1312.     in the new versions into yours.
  1313.  
  1314.     You will want to delete old binaries that were part
  1315.     of the version of NetBSD that you upgraded from and have since
  1316.     been removed from the NetBSD distribution.  If upgrading from
  1317.     a NetBSD version older than 1.0, you might also want to
  1318.     recompile any locally-built binaries, to take advantage of the
  1319.     shared libraries.  (Note that any new binaries that you build
  1320.     will be dynamically linked, and therefore take advantage of
  1321.     the shared libraries, by default.  For information on how to
  1322.     make statically linked binaries, see the cc(1) and ld(1)
  1323.     manual pages.)
  1324.  
  1325.  
  1326.  
  1327. Compatibility Issues With Previous NetBSD Releases:
  1328. ------------- ------ ---- -------- ------ --------
  1329.  
  1330. Users upgrading from previous versions of NetBSD may wish to bear the
  1331. following problems and compatibility issues in mind when upgrading to
  1332. NetBSD 1.3:
  1333.  
  1334. * Swap configuration
  1335.  
  1336.   Description:
  1337.     All swap partitions are now configured by the swapctl(8)
  1338.     program. The kernel no longer configures a "default" swap
  1339.     partition. Because of this, all swap partitions (even the old
  1340.     "default") must be listed in /etc/fstab.
  1341.  
  1342.     Many users of previous releases relied on the kernel
  1343.     configuring a "default" swap partition and did not list any
  1344.     swap space in /etc/fstab at all -- such users will now have no
  1345.     swap space configured unless they list swap partitions in
  1346.     /etc/fstab!
  1347.  
  1348.     Common symptoms of of this problem include machine crashes
  1349.     during builds, and similar memory intensive activities.
  1350.  
  1351.   Fix:
  1352.     The most common position for a swap partition is the `b'
  1353.     partition of the drive the root file system is on.  For
  1354.     diskless systems, check the new swapctl(8) manual for more
  1355.     detail on how this is done.  Example fstab entries:
  1356.  
  1357.         /dev/sd0b    none    swap    sw,priority=0
  1358.         /dev/sd1b    none    swap    sw,priority=5
  1359.  
  1360. * NFS daemons and other programs in /sbin moved
  1361.  
  1362.   Description:
  1363.     The NFS daemons (nfsd, nfsiod, mountd) have been moved from
  1364.     the /sbin to the /usr/sbin directory. When new binaries are
  1365.     loaded over old ones during upgrade, most programs get
  1366.     overlaid and replaced, but unless these binaries are
  1367.     explicitly removed they will not disappear. The installation
  1368.     subsystems on some NetBSD architectures will not properly
  1369.     remove these binaries.
  1370.  
  1371.     Due to changes in the NFS subsystem, the old NFS daemon
  1372.     binaries will not work correctly, and will cause serious
  1373.     problems. Unfortunately, the default startup script (/etc/rc)
  1374.     will run the old binaries in /sbin if they are present instead
  1375.     of the new ones in /usr/sbin.
  1376.  
  1377.     Some other programs (dumpfs, dumplfs and quotacheck) have also
  1378.     been moved from /sbin to /usr/sbin, and old versions may be
  1379.     left behind by accident. They, too, may cause difficulties.
  1380.  
  1381.   Fix:
  1382.     Remove the old daemon binaries (/sbin/nfsiod, /sbin/nfsd,
  1383.     /sbin/mountd, etc.) after your upgrade has finished. You may
  1384.     wish to do an "ls -lt /sbin | more" to help determine which
  1385.     binaries were not replaced/removed during your upgrade.
  1386.  
  1387. * AMANDA, The Advanced Maryland Automatic Network Disk Archiver,
  1388.   from http://www.amanda.org
  1389.  
  1390.   Description:
  1391.     Due to a change in the output of dump(8) to ensure
  1392.     consistency in the messages, AMANDA's dump output
  1393.     parser breaks.
  1394.  
  1395.     Error messages such as the following may be an
  1396.     indication that this problem is present:
  1397.  
  1398.         FAILURE AND STRANGE DUMP SUMMARY:
  1399.           hostname      wd0e lev 1 FAILED [no backup size line]
  1400.       
  1401.   Versions affected:
  1402.     2.3.0.4, and most likely earlier versions
  1403.  
  1404.   Workaround/Fix:
  1405.     One of:
  1406.     * Apply the patch found at:
  1407.         ftp://ftp.netbsd.org/pub/NetBSD/misc/patches/amanda-pre-2.4.patch
  1408.     * Upgrade to AMANDA 2.4.0 or newer. The side effect of this is
  1409.       that the network protocol is incompatible with earlier
  1410.       versions.
  1411.  
  1412.  
  1413. Using online NetBSD documentation
  1414. ----- ------ ------ -------------
  1415.  
  1416. Documentation is available if you first install the manual
  1417. distribution set.  Traditionally, the "man pages" (documentation)
  1418. are denoted by 'name(section)'.  Some examples of this are
  1419.  
  1420.     intro(1),
  1421.     man(1),
  1422.     apropros(1),
  1423.     passwd(1), and
  1424.     passwd(5).
  1425.  
  1426. The section numbers group the topics into several categories, but three
  1427. are of primary interest:  user commands are in section 1, file formats
  1428. are in section 5, and administrative information is in section 8.
  1429.  
  1430. The 'man' command is used to view the documentation on a topic, and is
  1431. started by entering 'man [section] topic'.  The brackets [] around the
  1432. section should not be entered, but rather indicate that the section is
  1433. optional.  If you don't ask for a particular section, the topic with the
  1434. least-numbered section name will be displayed.  For instance, after
  1435. logging in, enter 
  1436.  
  1437.     man passwd
  1438.  
  1439. to read the documentation for passwd(1).  To view the documentation for
  1440. passwd(5), enter
  1441.  
  1442.     man 5 passwd
  1443.  
  1444. instead.
  1445.  
  1446. If you are unsure of what man page you are looking for, enter
  1447.  
  1448.     apropos subject-word
  1449.  
  1450. where "subject-word" is your topic of interest; a list of possibly 
  1451. related man pages will be displayed.
  1452.  
  1453.  
  1454. Administrivia:
  1455. -------------
  1456.  
  1457. If you've got something to say, do so!  We'd like your input.
  1458. There are various mailing lists available via the mailing list
  1459. server at <majordomo@NetBSD.ORG>.  To get help on using the mailing
  1460. list server, send mail to that address with an empty body, and it will
  1461. reply with instructions.
  1462.  
  1463. There are various mailing lists set up to deal with comments and
  1464. questions about this release.  Please send comments to:
  1465.  
  1466.     netbsd-comments@NetBSD.ORG
  1467.  
  1468. To report bugs, use the 'send-pr' command shipped with NetBSD,
  1469. and fill in as much information about the problem as you can.  Good
  1470. bug reports include lots of details.  Additionally, bug reports can
  1471. be sent by mail to:
  1472.  
  1473.     netbsd-bugs@NetBSD.ORG
  1474.  
  1475. Use of 'send-pr' is encouraged, however, because bugs reported with it
  1476. are entered into the NetBSD bugs database, and thus can't slip through
  1477. the cracks.
  1478.  
  1479. There are also port-specific mailing lists, to discuss aspects of
  1480. each port of NetBSD.  Use majordomo to find their addresses.  If
  1481. you're interested in doing a serious amount of work on a specific
  1482. port, you probably should contact the "owner" of that port (listed
  1483. below).
  1484.  
  1485. If you'd like to help with this effort, and have an idea as to how
  1486. you could be useful, send mail and/or subscribe to:
  1487.  
  1488.     netbsd-help@NetBSD.ORG
  1489.  
  1490. As a favor, please avoid mailing huge documents or files to these
  1491. mailing lists.  Instead, put the material you would have sent up
  1492. for FTP somewhere, then mail the appropriate list about it, or, if
  1493. you'd rather not do that, mail the list saying you'll send the data
  1494. to those who want it.
  1495.  
  1496.  
  1497. Thanks go to:
  1498. ------ -- --
  1499.  
  1500. Members and former members of UCB's Computer Systems Research Group,
  1501. including (but not limited to):
  1502.     Keith Bostic
  1503.     Ralph Campbell
  1504.     Mike Karels
  1505.     Marshall Kirk McKusick
  1506. for their ongoing work on BSD systems, support, and encouragement.
  1507.  
  1508. Also, our thanks go to:
  1509.     Mike Hibler
  1510.     Rick Macklem
  1511.     Jan-Simon Pendry
  1512.     Chris Torek
  1513. for answering lots of questions, fixing bugs, and doing the various work
  1514. they've done.
  1515.  
  1516. UC Berkeley's Experimental Computing Facility provided a home for
  1517. sun-lamp in the past, people to look after it, and a sense of humor.
  1518. Rob Robertson, too, has added his unique sense of humor to things, and
  1519. for a long time provided the primary FTP site for NetBSD.
  1520.  
  1521. Best Internet Communications for hosting the NetBSD FTP and SUP server.
  1522.  
  1523. Cygnus Support for hosting the NetBSD Mail server.
  1524.  
  1525. Without CVS, this project would be impossible to manage, so our hats
  1526. go off to Brian Berliner, Jeff Polk, and the various other people
  1527. who've had a hand in making CVS a useful tool.
  1528.  
  1529. Dave Burgess <burgess@cynjut.infonet.net> has been maintaining the
  1530. 386BSD/NetBSD/FreeBSD FAQ for quite some time, and deserves to be
  1531. recognized for it.
  1532.  
  1533. The following people (in alphabetical order) have made donations or
  1534. loans of hardware and/or money, to support NetBSD development, and
  1535. deserve credit for it:
  1536.     Bay Area Internet Solutions
  1537.     Jason Brazile
  1538.     David Brownlee
  1539.     Simon Burge
  1540.     Dave Burgess
  1541.     Ralph Campbell
  1542.     Canada Connect Corporation
  1543.     Brian Carlstrom
  1544.     James Chacon
  1545.     Bill Coldwell
  1546.     Charles Conn
  1547.     Tom Coulter
  1548.     Charles D. Cranor
  1549.     Christopher G. Demetriou
  1550.     Demon Internet, UK
  1551.     Easynet, UK
  1552.     Scott Ellis
  1553.     Free Hardware Foundation
  1554.     Greg Gingerich
  1555.     Michael L. Hitch
  1556.     Innovation Development Enterprises of America
  1557.     Scott Kaplan
  1558.     Chris Legrow
  1559.     Neil J. McRae
  1560.     Perry E. Metzger
  1561.     MS Macro System GmbH, Germany
  1562.     Numerical Aerospace Simulation Facility, NASA Ames Research Center
  1563.     Herb Peyerl
  1564.     Mike Price
  1565.     Thor Lancelot Simon
  1566.     Bill Sommerfeld
  1567.     Paul Southworth
  1568.     Jason R. Thorpe
  1569.     Steve Wadlow
  1570.  
  1571. (If you're not on that list and should be, tell us!  We probably were
  1572. not able to get in touch with you, to verify that you wanted to be
  1573. listed.)
  1574.  
  1575. Finally, we thank all of the people who've put sweat and tears into
  1576. developing NetBSD since its inception in January, 1993.  (Obviously,
  1577. there are a lot more people who deserve thanks here.  If you're one of
  1578. them, and would like to mentioned, tell us!)
  1579.  
  1580.  
  1581. We are:
  1582. -- ---
  1583. (in alphabetical order)
  1584.  
  1585. The NetBSD core group:
  1586. J.T. Conklin        <jtc@NetBSD.ORG>
  1587. Charles Hannum        <mycroft@NetBSD.ORG>
  1588. Paul Kranenburg        <pk@NetBSD.ORG>
  1589. Jason Thorpe        <thorpej@NetBSD.ORG>
  1590. Christos Zoulas     <christos@NetBSD.ORG>
  1591.  
  1592. The port-masters (and their ports):
  1593. Mark Brinicombe        <mark@NetBSD.ORG>        (arm32)
  1594. Jeremy Cooper        <jeremy@NetBSD.ORG>        (sun3x)
  1595. Chuck Cranor        <chuck@NetBSD.ORG>        (mvme68k)
  1596. Charles Hannum        <mycroft@NetBSD.ORG>        (i386)
  1597. Chris Hopps        <chopps@NetBSD.ORG>        (amiga)
  1598. Paul Kranenburg        <pk@NetBSD.ORG>            (sparc)
  1599. Anders Magnusson    <ragge@NetBSD.ORG>        (vax)
  1600. Phil Nelson        <phil@NetBSD.ORG>        (pc532)
  1601. Masaru Oki        <oki@NetBSD.ORG>        (x68k)
  1602. Scott Reynolds        <scottr@NetBSD.ORG>        (mac68k)
  1603. Gordon Ross        <gwr@NetBSD.ORG>        (sun3, sun3x)
  1604. Jonathan Stone        <jonathan@NetBSD.ORG>        (pmax)
  1605. Jason Thorpe        <thorpej@NetBSD.ORG>        (hp300)
  1606. Frank van der Linden    <fvdl@NetBSD.ORG>        (i386)
  1607. Leo Weppelman        <leo@NetBSD.ORG>        (atari)
  1608.  
  1609. The NetBSD 1.3 Release Engineering team:
  1610. Ted Lemon        <mellon@NetBSD.ORG>
  1611. Perry Metzger        <perry@NetBSD.ORG>
  1612. Jason Thorpe        <thorpej@NetBSD.ORG>
  1613.  
  1614. Supporting cast:
  1615. Steve Allen        <wormey@eskimo.com>
  1616. Lennart Augustsson    <augustss@NetBSD.ORG>
  1617. Christoph Badura    <bad@NetBSD.ORG>
  1618. John Birrell        <jb@NetBSD.ORG>
  1619. Manuel Bouyer        <bouyer@NetBSD.ORG>
  1620. John Brezak        <brezak@NetBSD.ORG>
  1621. Allen Briggs        <briggs@NetBSD.ORG>
  1622. Aaron Brown        <abrown@NetBSD.ORG>
  1623. David Brownlee        <abs@NetBSD.ORG>
  1624. Simon Burge        <simonb@NetBSD.ORG>
  1625. Dave Burgess        <burgess@cynjut.infonet.net>
  1626. Dave Carrel        <carrel@NetBSD.ORG>
  1627. Bill Coldwell        <billc@NetBSD.ORG>
  1628. Alistair Crooks        <agc@NetBSD.ORG>
  1629. Rob Deker        <deker@NetBSD.ORG>
  1630. Chris G. Demetriou    <cgd@NetBSD.ORG>
  1631. Matthias Drochner    <drochner@NetBSD.ORG>
  1632. Bernd Ernesti        <veego@NetBSD.ORG>
  1633. Erik Fair        <fair@NetBSD.ORG>
  1634. Hubert Feyrer        <hubertf@NetBSD.ORG>
  1635. Brian R. Gaeke        <brg@dgate.org>
  1636. Justin Gibbs        <gibbs@NetBSD.ORG>
  1637. Adam Glass        <glass@NetBSD.ORG>
  1638. Michael Graff        <explorer@NetBSD.ORG>
  1639. Brad Grantham        <grantham@tenon.com>
  1640. Matthew Green        <mrg@NetBSD.ORG>
  1641. Juergen Hannken-Illjes    <hannken@NetBSD.ORG>
  1642. Michael L. Hitch    <osymh@NetBSD.ORG>
  1643. Marc Horowitz        <marc@NetBSD.ORG>
  1644. Matthew Jacob        <mjacob@NetBSD.ORG>
  1645. Lonhyn T. Jasinskyj    <lonhyn@NetBSD.ORG>
  1646. Lawrence Kesteloot    <kesteloo@cs.unc.edu>
  1647. Klaus Klein        <kleink@NetBSD.ORG>
  1648. John Kohl         <jtk@NetBSD.ORG>
  1649. Kevin Lahey        <kml@NetBSD.ORG>
  1650. Ted Lemon        <mellon@NetBSD.ORG>
  1651. Mike Long        <mikel@NetBSD.ORG>
  1652. Paul Mackerras         <paulus@NetBSD.ORG>
  1653. SAITOH Masanobu        <msaitoh@NetBSD.ORG>
  1654. Neil J. McRae        <neil@NetBSD.ORG>
  1655. Perry Metzger        <perry@NetBSD.ORG>
  1656. Luke Mewburn        <lukem@NetBSD.ORG>
  1657. der Mouse        <mouse@NetBSD.ORG>
  1658. Herb Peyerl        <hpeyerl@NetBSD.ORG>
  1659. Matthias Pfaller    <matthias@NetBSD.ORG>
  1660. Chris Provenzano    <proven@NetBSD.ORG>
  1661. Waldi Ravens        <waldi@moacs.indiv.nl.net>
  1662. Darren Reed        <darrenr@NetBSD.ORG>
  1663. Kazuki Sakamoto        <sakamoto@NetBSD.ORG>
  1664. Curt Sampson        <cjs@NetBSD.ORG>
  1665. Wilfredo Sanchez    <wsanchez@NetBSD.ORG>
  1666. Karl Schilke (rAT)    <rat@NetBSD.ORG>
  1667. Thor Lancelot Simon    <tls@NetBSD.ORG>
  1668. Noriyuki Soda        <soda@NetBSD.ORG>
  1669. Wolfgang Solfrank    <ws@NetBSD.ORG>
  1670. Bill Sommerfeld        <sommerfeld@NetBSD.ORG>
  1671. Ignatios Souvatzis    <is@NetBSD.ORG>
  1672. Bill Studenmund        <wrstuden@NetBSD.ORG>
  1673. Kevin Sullivan        <sullivan@NetBSD.ORG>
  1674. Matt Thomas        <matt@NetBSD.ORG>
  1675. Enami Tsugutomo        <enami@NetBSD.ORG>
  1676. Todd Vierling        <tv@NetBSD.ORG>
  1677. Paul Vixie        <vixie@NetBSD.ORG>
  1678. Colin Wood        <ender@NetBSD.ORG>
  1679. Steve Woodford        <scw@NetBSD.ORG>
  1680.  
  1681.  
  1682. Dedication:
  1683. ----------
  1684.  
  1685.    The Release Engineering team would like to dedicate the NetBSD 1.3
  1686.    release to the memory of the late Koji Imada, who was killed in a
  1687.    motorcycle accident in August, 1997 at the age of 28.  A doctoral
  1688.    student in Mathematical Science at Nagoya University, he was a user of
  1689.    NetBSD and a contributor to the project since 1993. Well remembered by
  1690.    his friends, he was also known as a connoisseur of gins, teas, and the
  1691.    motorcycles he loved to ride. His death came as a shock, and he will
  1692.    be greatly missed by all of us. May he rest in peace.
  1693.  
  1694.  
  1695. Legal Mumbo-jumbo:
  1696. ----- ----- -----
  1697.  
  1698. The following notices are required to satisfy the license terms of
  1699. the software that we have mentioned in this document:
  1700.  
  1701.     This product includes software developed by the University of
  1702.     California, Berkeley and its contributors.
  1703.  
  1704.     This product includes software developed by the Computer
  1705.     Systems Engineering Group at Lawrence Berkeley Laboratory.
  1706.  
  1707.     This product includes software developed by the NetBSD
  1708.     Foundation, Inc. and its contributors.
  1709.  
  1710.     This product includes software developed by Adam Glass
  1711.     and Charles Hannum.
  1712.  
  1713.     This product includes software developed by Adam Glass.
  1714.  
  1715.     This product includes software developed by Berkeley Software
  1716.     Design, Inc.
  1717.  
  1718.     This product includes software developed by Charles D. Cranor
  1719.     and Washington University.
  1720.  
  1721.     This product includes software developed by Charles D. Cranor.
  1722.  
  1723.     This product includes software developed by Charles Hannum,
  1724.     by the University of Vermont and State Agricultural College
  1725.     and Garrett A. Wollman, by William F. Jolitz, and by the
  1726.     University of California, Berkeley, Lawrence Berkeley Laboratory,
  1727.     and its contributors.
  1728.  
  1729.     This product includes software developed by Charles Hannum.
  1730.  
  1731.     This product includes software developed by Charles M. Hannum.
  1732.  
  1733.     This product includes software developed by Chris Provenzano.
  1734.  
  1735.     This product includes software developed by Christian E. Hopps.
  1736.  
  1737.     This product includes software developed by Christopher G. Demetriou
  1738.     for the NetBSD Project.
  1739.  
  1740.     This product includes software developed by Christopher G. Demetriou.
  1741.  
  1742.     This product includes software developed by Christos Zoulas.
  1743.  
  1744.     This product includes software developed by David Jones and Gordon Ross.
  1745.  
  1746.     This product includes software developed by Dean Huxley.
  1747.  
  1748.     This product includes software developed by Eric S. Hvozda.
  1749.  
  1750.     This product includes software developed by Ezra Story.
  1751.  
  1752.     This product includes software developed by Gordon Ross.
  1753.  
  1754.     This product includes software developed by Gordon W. Ross
  1755.     and Leo Weppelman.
  1756.  
  1757.     This product includes software developed by Gordon W. Ross.
  1758.  
  1759.     This product includes software developed by Herb Peyerl.
  1760.  
  1761.     This product includes software developed by Ian W. Dall.
  1762.  
  1763.     This product includes software developed by Ignatios Souvatzis
  1764.     for the NetBSD Project.
  1765.  
  1766.     This product includes software developed by Jason R. Thorpe
  1767.     for And Communications, http://www.and.com/.
  1768.  
  1769.     This product includes software developed by Joachim Koenig-Baltes.
  1770.  
  1771.     This product includes software developed by Jochen Pohl
  1772.     for The NetBSD Project.
  1773.  
  1774.     This product includes software developed by John Polstra.
  1775.  
  1776.     This product includes software developed by Jonathan Stone
  1777.     and Jason R. Thorpe for the NetBSD Project.
  1778.  
  1779.     This product includes software developed by Jonathan Stone
  1780.     for the NetBSD Project.
  1781.  
  1782.     This product includes software developed by Jonathan Stone.
  1783.  
  1784.     This product includes software developed by Julian Highfield.
  1785.  
  1786.     This product includes software developed by Kenneth Stailey.
  1787.  
  1788.     This product includes software developed by Leo Weppelman.
  1789.  
  1790.     This product includes software developed by Lloyd Parkes.
  1791.  
  1792.     This product includes software developed by Mark Brinicombe.
  1793.  
  1794.     This product includes software developed by Markus Wild.
  1795.  
  1796.     This product includes software developed by Martin Husemann
  1797.     and Wolfgang Solfrank.
  1798.  
  1799.     This product includes software developed by Mats O Jansson
  1800.     and Charles D. Cranor.
  1801.  
  1802.     This product includes software developed by Mats O Jansson.
  1803.  
  1804.     This product includes software developed by Matthias Pfaller.
  1805.  
  1806.     This product includes software developed by Paul Kranenburg.
  1807.  
  1808.     This product includes software developed by Paul Mackerras.
  1809.  
  1810.     This product includes software developed by Peter Galbavy.
  1811.  
  1812.     This product includes software developed by Philip A. Nelson.
  1813.  
  1814.     This product includes software developed by Rodney W. Grimes.
  1815.  
  1816.     This product includes software developed by Scott Bartram.
  1817.  
  1818.     This product includes software developed by SigmaSoft, Th.
  1819.  
  1820.     This product includes software developed by Terrence R. Lambert.
  1821.  
  1822.     This product includes software developed by Theo de Raadt
  1823.     and John Brezak.
  1824.  
  1825.     This product includes software developed by Theo de Raadt.
  1826.  
  1827.     This product includes software developed by TooLs GmbH.
  1828.  
  1829.     This product includes software developed by Winning Strategies, Inc.
  1830.  
  1831.     This product includes software developed by the Center for
  1832.     Software Science at the University of Utah.
  1833.  
  1834.     This product includes software developed by the University of Calgary
  1835.     Department of Computer Science and its contributors.
  1836.  
  1837.     This product includes software developed by the University of Vermont
  1838.     and State Agricultural College and Garrett A. Wollman.
  1839.  
  1840.     This product includes software developed for the FreeBSD project.
  1841.  
  1842.     This product includes software developed for the Internet
  1843.     Software Consortium by Ted Lemon.
  1844.  
  1845.     This product includes software developed for the NetBSD Project
  1846.     by Frank van der Linden.
  1847.  
  1848.     This product includes software developed for the NetBSD Project
  1849.     by Jason R. Thorpe.
  1850.  
  1851.     This product includes software developed for the NetBSD Project
  1852.     by John M. Vinopal.
  1853.  
  1854.     This product includes software developed for the NetBSD Project
  1855.     by Matthias Drochner.
  1856.  
  1857.     This product includes software developed for the NetBSD Project
  1858.     by Matthieu Herrb.
  1859.  
  1860.     This product includes software developed for the NetBSD Project
  1861.     by Perry E. Metzger.
  1862.  
  1863.     This product includes software developed for the NetBSD Project
  1864.     by Piermont Information Systems Inc.
  1865.  
  1866.     This product includes software developed for the NetBSD Project
  1867.     by Ted Lemon.
  1868.  
  1869.  
  1870.     This product includes software developed by Tobias Abt.
  1871.  
  1872.     This product includes software developed by Klaus Burkert.
  1873.  
  1874.     This product includes software developed by Michael van Elst.
  1875.  
  1876.     This product includes software developed by Bernd Ernesti.
  1877.  
  1878.     This product includes software developed by Michael L. Hitch.
  1879.  
  1880.     This product includes software developed by Christian E. Hopps.
  1881.  
  1882.     This product includes software developed by Markus Illenseer.
  1883.  
  1884.     This product includes software developed by Mika Kortelainen.
  1885.  
  1886.     This product includes software developed by Jukka Marin.
  1887.  
  1888.     This product includes software developed by Kari Mettinen.
  1889.  
  1890.     This product includes software developed by Brad Pepers.
  1891.  
  1892.     This product includes software developed by Ignatios Souvatzis.
  1893.  
  1894.     This product includes software developed by Ezra Story.
  1895.  
  1896.     This product includes software developed by Michael Teske.
  1897.  
  1898.     This product includes software developed by Lutz Vieweg.
  1899.  
  1900.     This product includes software developed by Daniel Widenfalk.
  1901.  
  1902.     This product includes software developed by Markus Wild.
  1903.  
  1904.  
  1905.